home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000095_news@newsmaster….columbia.edu _Thu Jan 7 09:54:55 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA21742
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 7 Jan 1999 09:54:55 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA11244
  7.     for kermit.misc@watsun; Thu, 7 Jan 1999 09:54:54 -0500 (EST)
  8. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Using kermit when not logged in as root
  12. Date: 7 Jan 1999 14:54:53 GMT
  13. Organization: Columbia University
  14. Lines: 22
  15. Message-ID: <772hrt$kg3$1@apakabar.cc.columbia.edu>
  16. References: <76vso2$bc8$1@newnews.global.net.uk> <77069p$ark$1@apakabar.cc.columbia.edu> <36949A79.1FD09D1E@globalnet.co.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:9725
  19.  
  20. In article <36949A79.1FD09D1E@globalnet.co.uk>,
  21. Tim Hedger  <hedger@globalnet.co.uk> wrote:
  22. : Thanks for your very prompt reply - I've read the relevant chapter, and
  23. : checked out the permissions of the various programs, files and devices, and
  24. : they all appear to be set up as required - I guess I must be missing
  25. : something.
  26. : My kermit executable is setgid to uucp:
  27. : [root@th1 bin]# ls -l kermit
  28. : -rwxr-sr-x   1 root     uucp       517832 Mar 14  1997 kermit
  29. : My lockfile directory is in group uucp:
  30. : [root@th1 /var]# ls -l /var | grep lock
  31. : drwxrwxr-x   5 root     uucp         1024 Jan  7 11:14 lock
  32. : My modem is in group uucp:
  33. : [root@th1 /var]# ls -l /dev/modem
  34. : lrwxrwxrwx   1 root     uucp            4 Dec 29 20:23 /dev/modem -> cua0
  35. But /dev/modem is a symlink.  What about /dev/cua0?
  36.  
  37. - Frank